From: Tim Starling Date: Fri, 12 Dec 2003 00:14:53 +0000 (+0000) Subject: bug fix in range block code, spelling error X-Git-Tag: 1.3.0beta1~1256 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=824f536be951395423ec72e1442fbb5cbce6dada;p=lhc%2Fweb%2Fwiklou.git bug fix in range block code, spelling error --- diff --git a/includes/User.php b/includes/User.php index 06be141555..04cbc2d203 100644 --- a/includes/User.php +++ b/includes/User.php @@ -118,7 +118,7 @@ class User { if ( $fBlock ) { $this->mBlockedby = $wgRangeBlockUser; - $this->mBlockReason = $wgRangeBlockReason; + $this->mBlockreason = $wgRangeBlockReason; return; }